Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impl Pow + TryFrom<&str> for Uint256 and Int256 #23

Merged
merged 2 commits into from
May 6, 2024

Conversation

ChristianBorst
Copy link
Contributor

Trying to use Uint256 with CLAP is quite annoying, since #[clap(parse(try_from_str))] is not available for the type

@ChristianBorst ChristianBorst force-pushed the christianborst/try-from-str branch from f646abe to ec897c2 Compare April 29, 2024 17:24
@ChristianBorst ChristianBorst changed the title Impl TryFrom<&str> for Uint256 and Int256 Impl Pow + TryFrom<&str> for Uint256 and Int256 Apr 29, 2024
@ChristianBorst ChristianBorst merged commit 7dc216c into master May 6, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants